RenderHTML Method (Page Object)
The RenderHTML method returns a variant that contains HTML code for the report page.
Syntax
variantdata = object.RenderHTML (IncludeDrillDownLinks as Boolean,
PageStyle as CRHTMLPageStyle, ToolbarStyle as CRHTMLToolbarStyle,
BaseURL as string, ResultType as CRRenderResultType)
Parameters
IncludeDrill DownLinks
| Indicates whether or not the HTML page will include hyperlinks for drilling down on summary data.
|
PageStyle
| Specifies CRHTMLPageStyle (see table below) indicating the style of the HTML page to be rendered.
|
| Constant
| Value
|
| crFramePageStyle
| 2
|
| crPlainPageStyle
| 0
|
| crToolbarPageStyle
| 1
|
ToolbarStyle
| Specifies CRHTMLToolbarStyle (see table below) indicating the style of the toolbar to be used.
|
| Constant
| Value
|
| crToolbarRefreshButton
| 1
|
| crToolbarSearchBox
| 2
|
BaseURL
| The URL used to access the report when it is first generated.
|
ResultType
| Returns CRRenderResultType (see table below) indicating whether the page will be rendered using strings or arrays.
|
| Constant
| Value
|
| crBSTRType
| 8
|
| crUISafeArrayType
| 8209
|